Simplify buildobj processing.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Jul 2013 00:57:46 +0000 (17:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Jul 2013 00:57:46 +0000 (17:57 -0700)
commitffc28ad260f42de8c32a8dcc398f67b1a35ed128
treee978a88157944a14dfb486bcb75c535b70c266d8
parent022e6b9aff6f1776992be5caa23ce307709453df
Simplify buildobj processing.

* Makefile.in (buildobj.h): Make it a sequence of strings each
followed by comma, rather than a single string.  Put it into a
.tmp file in case there's an error while generating it.
(gl-stamp): Use .tmp for temp files.
(mostlyclean): Clean .tmp files.
* doc.c (buildobj): Move to just the routine that needs it.
It's now an array of strings, so processing is simpler.
src/ChangeLog
src/Makefile.in
src/doc.c